cURL
curl --request GET \ --url https://kong.api.toolzz.com.br/api/plans/ \ --header 'Authorization: Bearer <token>'
{ "data": { "current_page": 123, "data": [ { "id": 123, "uuid": "<string>", "instituicao_id": 123, "user_id": 123, "external_id": "<string>", "transaction_operator": "<string>", "name": "<string>", "cover": "<string>", "interval": "<string>", "trial_days": 123, "amount": "<string>", "payment_method": "<string>", "max_installments": 123, "description": "<string>", "status": "<string>", "public": 123, "created_at": "<string>", "updated_at": "<string>", "checkout_url": "<string>", "checkout_external": 123 } ] } }
Recupere os alunos matriculados em um pacote de curso específico.
Show properties
Show items